home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.1 (Developer) [x86]
/
NeXT Step 3.1 Intel dev.cdr.dmg
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
English.lproj
/
InspectorPanel.nib
/
data.classes
next >
Wrap
Text File
|
1992-03-01
|
841b
|
60 lines
InspectorPanel = {
SUPERCLASS = Panel;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
DrawApp = {
ACTIONS = {
appDidInit:;
activateDocument:;
terminate:;
new:;
open:;
setCurrentGraphic:;
};
OUTLETS = {
spamatrix;
currentGraphic;
inspectorPanel;
savePanelAccessory;
gridInspector;
activateMenu;
tools;
};
SUPERCLASS = Application;
};
Inspector = {
ACTIONS = {
changeLineWidth:;
changeFormEntry:;
changeLineCap:;
changeFramed:;
changeArrows:;
changeFillColor:;
changeContinuous:;
changeTextColor:;
changeFilled:;
changeLineColor:;
changeDimensions:;
changeLineJoin:;
};
OUTLETS = {
lineJoin;
formEntry;
filled;
fillColor;
lineCap;
textColor;
lineWidthSlider;
height;
arrows;
lineColor;
width;
lineWidthField;
};
SUPERCLASS = Object;
};